home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / Programming Stuff / Sample Code / Movie Controller / MCComponent ƒ / MyComponentRoutines.h < prev   
Encoding:
C/C++ Source or Header  |  1994-03-14  |  526 b   |  29 lines  |  [TEXT/KAHL]

  1. /*
  2.     File:        MyComponentRoutines.h
  3.     
  4.     Contains:    simple component sample.
  5.  
  6.     Written by:    John Wang
  7.  
  8.     Copyright:    © 1994 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.         <1>        03/14/94    JW        Re-Created for Universal Headers.
  13.  
  14.     To Do:
  15.     
  16. */
  17.  
  18. #ifdef THINK_C
  19. #define        applec
  20. #endif
  21.  
  22. /* ------------------------------------------------------------------------- */
  23.  
  24. pascal ComponentResult MyIsPlayerEvent (PrivateGlobals **storage,
  25.             EventRecord *e);
  26.             
  27. void SwapWindow(PrivateGlobals **storage);
  28.             
  29.